public class ScriptA : MonoBehaviour{ public Dictionary<string, GameObject> dictio = new Dictionary<string, GameObject>(); }